Revision: hackerlab--devo--1.1--patch-1
Archive: lord@emf.net--2005
Creator: Thomas Lord <lord@emf.net>
Date: Fri Feb 11 14:50:11 PST 2005
Standard-date: 2005-02-11 22:50:11 GMT
Modified-files: char/str.c char/str.h
    tests/char-tests/unit-str.c
New-patches: lord@emf.net--2005/hackerlab--devo--1.1--patch-1
Summary: add `str_save_trimming' plus tests
Keywords: 



`str_save_trimming' functions like `str_save' except that it 
discards leading and trailing whitespace from the copy of
the string being saved.

Unit tests were added to `tests/char-tests/unit-str.c' to 
exercise `str_save_trimming'

